Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pull_request_template.md #299

Merged

Conversation

mcbarton
Copy link
Collaborator

This PR adds a basic pull request template to the repo. @vgvassilev @maximusron This PR is ready for review.

.github/pull_request_template.md Outdated Show resolved Hide resolved
- [ ] I have made corresponding changes to the documentation
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, but do you expect people to follow it :) ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure whether people will follow it, but its good to have as a reminder to those putting in PRs.

.github/pull_request_template.md Outdated Show resolved Hide resolved
mcbarton added a commit to mcbarton/CppInterOp that referenced this pull request May 22, 2024
mcbarton added a commit to mcbarton/CppInterOp that referenced this pull request May 22, 2024
@mcbarton mcbarton force-pushed the Add-pull-request-template branch from c336a0a to 56094f8 Compare May 22, 2024 19:06
Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.31%. Comparing base (111d0e5) to head (b00115f).
Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   76.31%   76.31%           
=======================================
  Files           8        8           
  Lines        3137     3137           
=======================================
  Hits         2394     2394           
  Misses        743      743           

@mcbarton
Copy link
Collaborator Author

@vgvassilev Is this PR ok to merge?

- [ ] I have run `git-clang-format HEAD~` on my changes
- [ ] I have made corresponding changes to the documentation
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we collapse these bullets into on that says something similar to “I have read the contribution guide recently” and move these there?

Copy link
Collaborator

@aaronj0 aaronj0 May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and maybe provide a guide to open the PR using labels in the name like:

[ci/Interpreter/docs/tests...] title

Fixes # (issue)

  • Tested locally

Test configuration:

should be enough in the PR to make it easy to review

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah.

Copy link
Collaborator Author

@mcbarton mcbarton May 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we collapse these bullets into on that says something similar to “I have read the contribution guide recently” and move these there?

@vgvassilev @maximusron Do we have a contributors guide somewhere already, and I just can't find it, or do I need to make one?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to make one. Look at the one in Clad.

@mcbarton mcbarton force-pushed the Add-pull-request-template branch 3 times, most recently from 79bb66b to f3d0f21 Compare December 4, 2024 20:19
@mcbarton mcbarton force-pushed the Add-pull-request-template branch from 3e3207e to b00115f Compare December 4, 2024 20:49
@mcbarton mcbarton requested a review from vgvassilev December 4, 2024 20:52
@mcbarton
Copy link
Collaborator Author

mcbarton commented Dec 4, 2024

@vgvassilev I finally got around to finishing this PR added the PR template. I've tried to address the comments you raised, and it's ready for another review. The contributing.md file is basically the same one as in Clad, but with the links changed to the appropriate CppInterOp ones.

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mcbarton mcbarton merged commit 41ea1c5 into compiler-research:main Dec 5, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants